Reboost is a clean, modern, and fully responsive HTML Template. it is designed for the Social Media Management websites. Reboost Template’s uniqueness is due to its amazingly beautiful designs and easy to use Website template solution that maximizes user satisfaction. It is built using bootstrap 5.3 framework, works totally responsive, easy to customise, well commented codes and seo friendly
This template made with Bootstrap, using HTML5, CSS3, JS and jQuery.
Yes, it’s completely possible to edit HTML in Notepad or a similar program, but things will go much more smoothly for you if you use a proper code editing app. One of the main reasons is you’ll get colored highlighting of your code, as you’ll see shortly, which will make it much easier to read and edit.
I recommend Visual Studio Code, which you can download here: https://code.visualstudio.com/download
Most HTML templates will come in a ZIP file - if so, go ahead and extract yours now. Then look around inside the template’s folders until you find the “index.html” or “index.htm” file.
In our example template the “index.html” file is found in the “HTML” directory.
You can follow the following code structure which is made easy and simple to understand.
<!-- Header --> <div id="header" class="fixed-top"> ... </div> <!-- Hero --> <div class="section bg-image pb-0"> ... </div> <!-- Banner --> <div class="section"> ... </div> <!-- Section About Us --> <div class="section position-relative"> ... </div> <!-- Section Our Service --> <div class="section position-relative"> ... </div> <!-- Section Textual Showcase --> <div class="section"> ... </div> <!-- Section Portofolio --> <div class="section position-relative"> ... </div> <!-- Section Why Choose Us --> <div class="section"> ... </div> <!-- Section Pricing Plan --> <div class="section position-relative"> ... </div> <!-- Section Testimonials --> <div class="section position-relative"> ... </div> <!-- Section Faqs --> <div class="section position-relative"> ... </div> <!-- Section CTA --> <div class="section"> ... </div> <!-- Section Blog and News --> <div class="section position-relative"> ... </div> <!-- Footer --> <footer"> ... </footer>
To change the header, please change the code inside the header comment tag. Here you can also change the logo and nav menu.
<!-- Header -->
<div id="header" class="fixed-top">
<div class="r-container">
<div class="navbar d-xl-flex flex-xl-nowrap">
<div class="container-fluid navbar-expand-xl">
<div class="logo-container">
<a href="#Logo" class="navbar-brand">
<img src="image/site logo.png" class="img-fluid w-100" alt="Logo Reboost">
</a>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<i class="fa-solid fa-bars-staggered"></i>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav mx-auto mb-2 mb-lg-0 gap-4">
<li class="nav-item"><a href="index.html" class="nav-link active">Home</a></li>
<li class="nav-item"><a href="about-us.html" class="nav-link">About</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#Services" role="button"
data-bs-toggle="dropdown" aria-expanded="false">Services</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="services.html">Services</a></li>
<li><a class="dropdown-item" href="services-detail.html">Services Detail</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown"
aria-expanded="false">Pages</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="portofolio.html">Portofolio</a></li>
<li><a class="dropdown-item" href="portofolio-detail.html">Portofolio Detail</a></li>
<li><a class="dropdown-item" href="team.html">Team</a></li>
<li><a class="dropdown-item" href="pricing-plan.html">Pricing Plan</a></li>
<li><a class="dropdown-item" href="faqs.html">FAQs</a></li>
<li><a class="dropdown-item" href="404.html">404 Page</a></li>
<li><a class="dropdown-item" href="blog.html">Blog & News</a></li>
<li><a class="dropdown-item" href="single-post.html">Single Post</a></li>
</ul>
</li>
<li class="nav-item"><a href="contact-us.html" class="nav-link">Contact</a></li>
</ul>
</div>
</div>
<div class="d-none d-xl-flex flex-row gap-3 align-items-center">
<div class="w-max-content d-flex flex-row align-items-center gap-3 m-xl-0 mt-3 mx-auto">
<a class="btn btn-accent d-flex flex-row gap-3" href="contact-us.html">
<span>Get Started</span>
<i class="rtmicon rtmicon-arrow-up-right"></i>
</a>
</div>
<button class="btn btn-toggler-accent" type="button" data-bs-toggle="offcanvas"
data-bs-target="#offcanvasDark" aria-controls="offcanvasDark">
<i class="rtmicon rtmicon-bars fw-bold"></i>
</button>
<div class="offcanvas offcanvas-end offcanvas-fullwidth" tabindex="-1" id="offcanvasDark"
aria-labelledby="offcanvasRightLabel">
<div class="offcanvas-header bg-transparent">
<button type="button" class="btn-close btn-close-white" data-bs-dismiss="offcanvas"
aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<div class="r-container d-flex flex-column gap-5 mx-5">
<div class="d-flex flex-column gap-3">
<img src="image/site logo.png" class="img-fluid" alt="" width="150px">
</div>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Temporibus officiis
nobis
reiciendis doloribus fugiat tempore labore itaque aliquid, ducimus
repudiandae.
</p>
<div class="d-flex flex-column gap-3">
<div class="d-flex flex-row gap-2">
<img src="image/img 26.webp" class="img-fluid rounded-3" alt="" width="250px">
<img src="image/img 27.webp" class="img-fluid rounded-3" alt="" width="250px">
</div>
<div class="d-flex flex-row gap-2">
<img src="image/img 28.webp" class="img-fluid rounded-3" alt="" width="250px">
<img src="image/img 29.webp" class="img-fluid rounded-3" alt="" width="250px">
</div>
</div>
<div class="d-flex flex-column gap-3">
<div class="d-flex flex-row align-items-center gap-2">
<i class="rtmicon rtmicon-location text-color fw-bold"></i>
<span class="text-color">KLLG St, No.99, Pku City, ID 28289</span>
</div>
<div class="d-flex flex-row align-items-center gap-2">
<i class="rtmicon rtmicon-globe text-color fw-bold"></i>
<span class="text-color">www.hellodomainsite.com</span>
</div>
<div class="d-flex flex-row align-items-center gap-2">
<i class="rtmicon rtmicon-classic-phone text-color fw-bold"></i>
<span class="text-color">0761-8523-398</span>
</div>
</div>
<div class="social-icons row">
<a href="#"><i class="fa-brands fa-facebook-f"></i></a>
<a href="#"><i class="fa-brands fa-instagram"></i></a>
<a href="#"><i class="fa-brands fa-x-twitter"></i></a>
<a href="#"><i class="fa-brands fa-youtube"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Header -->
To change the logo, please change the code in the following code.
<div class="logo-container">
<a href="#Logo" class="navbar-brand">
<img src="image/site logo.png" class="img-fluid w-100" alt="Logo Reboost">
</a>
</div>
To change the Burger Menu, you can change the code inside the ul tag button.
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<i class="fa-solid fa-bars-staggered"></i>
</button>
To change the navigation, you can change the code inside the ul tag with class navbar-nav.
<ul class="navbar-nav mx-auto mb-2 mb-lg-0 gap-4">
<li class="nav-item"><a href="index.html" class="nav-link active">Home</a></li>
<li class="nav-item"><a href="about-us.html" class="nav-link">About</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#Services" role="button"
data-bs-toggle="dropdown" aria-expanded="false">Services</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="services.html">Services</a></li>
<li><a class="dropdown-item" href="services-detail.html">Services Detail</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown"
aria-expanded="false">Pages</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="portofolio.html">Portofolio</a></li>
<li><a class="dropdown-item" href="portofolio-detail.html">Portofolio Detail</a></li>
<li><a class="dropdown-item" href="team.html">Team</a></li>
<li><a class="dropdown-item" href="pricing-plan.html">Pricing Plan</a></li>
<li><a class="dropdown-item" href="faqs.html">FAQs</a></li>
<li><a class="dropdown-item" href="404.html">404 Page</a></li>
<li><a class="dropdown-item" href="blog.html">Blog & News</a></li>
<li><a class="dropdown-item" href="single-post.html">Single Post</a></li>
</ul>
</li>
<li class="nav-item"><a href="contact-us.html" class="nav-link">Contact</a></li>
</ul>
To change the footer, you can change the code inside the footer tag.
<footer>
<div class="section">
<div class="r-container">
<div class="row row-cols-lg-2 row-cols-1">
<div class="col col-xl-8 mb-3">
<div class="d-flex flex-column" style="gap: 10rem;">
<div>
<h3>READY TO GROW YOUR BRAND?</h3>
<p>Let’s take your brand to the next level. Get in touch!</p>
</div>
<div>
<h5>
hello@domainsite.com
</h5>
<img class="img-fluid" src="image/logo-footer.png" alt="" width="614px">
</div>
</div>
</div>
<div class="col col-xl-4 mb-3 d-flex justify-content-center align-items-center">
<div class="circle">
</div>
<button class=" btn-play footer" type=" button" data-bs-toggle="modal" data-bs-target="#e119">
<p class="btn-play__text">
<span style="--index: 0;">C</span>
<span style="--index: 1;">R</span>
<span style="--index: 2;">E</span>
<span style="--index: 3;">A</span>
<span style="--index: 4;">T</span>
<span style="--index: 5;">I</span>
<span style="--index: 6;">V</span>
<span style="--index: 7;">E</span>
<span style="--index: 8;">.</span>
<span style="--index: 9;"> </span>
<span style="--index: 10;">S</span>
<span style="--index: 11;">T</span>
<span style="--index: 12;">R</span>
<span style="--index: 13;">A</span>
<span style="--index: 14;">T</span>
<span style="--index: 15;">E</span>
<span style="--index: 16;">G</span>
<span style="--index: 17;">I</span>
<span style="--index: 18;">C</span>
<span style="--index: 19;">.</span>
<span style="--index: 20;"> </span>
<span style="--index: 21;">P</span>
<span style="--index: 22;">R</span>
<span style="--index: 23;">O</span>
<span style="--index: 24;">F</span>
<span style="--index: 25;">E</span>
<span style="--index: 26;">S</span>
<span style="--index: 27;">S</span>
<span style="--index: 28;">I</span>
<span style="--index: 29;">O</span>
<span style="--index: 30;">N</span>
<span style="--index: 31;">A</span>
<span style="--index: 32;">L</span>
<span style="--index: 33;">.</span>
</p>
<a href="about-us.html" class="btn-play__circle bg-accent-color-3">
<i class="rtmicon rtmicon-arrow-up-right btn-play__icon"></i>
<i class="rtmicon rtmicon-arrow-up-right btn-play__icon btn-play__icon--copy"></i>
</a>
</button>
</div>
</div>
<hr>
<div class="d-flex flex-row align-items-center justify-content-between">
<p class="text-color-2 m-0">
© Copyright 2025 Prositus by Rometheme. All Rights Reserved
</p>
<div class="d-flex flex-row align-items-center gap-2">
<p class="m-0 text-color-2">Terms & Conditions</p>
<span class="text-color-2">|</span>
<p class="m-0">Privacy Policy</p>
</div>
</div>
</div>
</div>
</footer>
If you want to change the image with your own you can change the html code inside the img tag.
<img src="image/image-600x600-21.jpg" style="object-fit: cover;" class="img-fluid left-0 w-100 h-100" alt="">
If your file name is image-700x700.jpg you can change it as follows.
<img src="image/image-700x700.jpg" style="object-fit: cover;" class="img-fluid left-0 w-100 h-100" alt="">
As a first step if you want to change the font, you can import it in this section.
@import url('../css/vendor/inter/stylesheet.css');
@import url('../css/vendor/just-another-hand/stylesheet.css');
If you want to change the font, you can download the font at Google Font for example as follows:
/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Cantata+One&display=swap');
If you would like to edit the color, font, or style of any elements in one of these columns, you would do the following:
:root {
--text-color: #F5F5F5;
--text-color-2: #5F5F5F;
--background-color: #0A0A0A;
--background-team: #E3E3E3;
--accent-color: #C9F22C;
--accent-color-2: #F8C02D;
--accent-color-3: #F332BA;
--accent-color-4: #323AED;
--color-1: #292929;
--color-2: #141414;
--color-3: #D2D2D2;
--color-4: #595FEF;
--font-1: "Poppins", sans-serif;
--font-2: "Space Grotesk", sans-serif;
}
If you find that your new style is not overriding, it is most likely because of a specificity problem. Scroll down in your CSS file and make sure that there isn't a similar style that has more weight.
.text-gray {color: #somecolor;}
So, to ensure that your new styles are applied, make sure that they carry enough "weight" and that there isn't a style lower in the CSS file that is being applied after yours.
Open the style.css file form the root folder and search h1 until you find the color property
in the
file. It looks line this:
h1 {
font-size: 96px;
}
h2 {
font-size: 90px;
font-weight: bold;
}
h3 {
font-size: 56px;
}
Change the color with the one you want and hit save. If you want to change only the h1 color,
you have
to separate the h1 and give it another color. The css should look like this.
h1 {
font-size: 70px;
}
Now, lets say we wanted h1 to poin to http://google.com. At this point the h1 looks like
this:To add a link to your social icon paste the necessary URL into the <a href=> tag. See the example below:
<a href="#"><i class="fa-brands fa-facebook-f"></i></a>
This template imports different js files for the different sliders, lightboxes and interactive tabs from the homeplage and the rest of the pages. All the js is built around JQuery. What follows are some examples where jQuery was used:
$(function () {
var swiperTestimonials = new Swiper('.swiperTestimonials', {
autoplay: {
delay: 3000
},
speed: 2000,
slidesPerView: 1,
slidesPerGroup: 1,
spaceBetween: 10,
loop: false,
grabCursor: true,
breakpoints: {
// when window width is >= 360px
360: {
slidesPerView: 1,
},
// when window width is >= 768px
768: {
slidesPerView: 1,
},
// when window width is >= 1024px
1024: {
slidesPerView: 1,
}
},
// If we need pagination
pagination: {
enabled: true,
el: '.swiper-pagination',
type: 'bullets',
clickable: true,
},
});
var swiperImage = new Swiper('.swiperImage', {
autoplay: {
delay: 3000
},
speed: 2000,
slidesPerView: 3.5,
slidesPerGroup: 1,
spaceBetween: 10,
loop: false,
grabCursor: true,
breakpoints: {
// when window width is >= 360px
360: {
slidesPerView: 1,
},
// when window width is >= 768px
768: {
slidesPerView: 3.5,
},
// when window width is >= 1024px
1024: {
slidesPerView: 3.5,
}
},
// If we need pagination
navigation: {
nextEl: ".swiper-button-next",
prevEl: ".swiper-button-prev",
},
});
var swiperTestiPricing = new Swiper('.swiperTestiPricing', {
autoplay: {
delay: 3000
},
speed: 2000,
slidesPerView: 1,
slidesPerGroup: 1,
spaceBetween: 10,
loop: false,
grabCursor: true,
breakpoints: {
// when window width is >= 360px
360: {
slidesPerView: 1,
},
// when window width is >= 768px
768: {
slidesPerView: 1,
},
// when window width is >= 1024px
1024: {
slidesPerView: 1,
}
},
// If we need pagination
navigation: {
nextEl: ".swiper-button-next",
prevEl: ".swiper-button-prev",
},
});
});
To change the Configuration, please see SwiperJS documentation SwiperJS

Open contact.html file and change following area
<iframe loading="lazy" class="maps" src="https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&t=m&z=14&output=embed&iwloc=near" title="London Eye, London, United Kingdom" aria-label="London Eye, London, United Kingdom"> </iframe>
Open contact.html file and change following area with your Google Map API KEY Get Api
Key

Open the file in php/form-process.php line 9 , line 26 and line 44
$to = "recipient@example.com"
edited "recipient@example.com" with your email
In order to improve your search engine ranking, and thus enable your web site to appear among search results, please don't forget to change the description and keywords with your own.
<meta name="description" content=""> <meta name="keywords" content="">
I've used the following images, icons or other files as listed.
Once again, thank you so much for purchasing this theme. As I said at the beginning, I'd be glad to help you if you have any questions relating to this theme. No guarantees, but I'll do my best to assist. If you have a more general question relating to the themes on ThemeForest, you might consider visiting the forums and asking your question in the "Item Discussion" div.
Rometheme
Relase on 22 Agustus 2025